Used to indicate that you are compiling code for the Mac OS X Mach-O runtime architecture. A Mach-O build of a REALbasic application runs only on Mac OS X.
The code is in the format for the Mach kernel of OS X.
result=TargetMachO
Part | Type | Description |
|---|---|---|
result |
Returns True if are compiling Mach-O code. |
See Also
DebugBuild, RBVersion, RBVersionString, TargetBigEndian, TargetCarbon, TargetHasGUI, TargetLinux, TargetLittleEndian, TargetMacOS, TargetMacOSClassic, TargetWin32, TargetX86constants; #If statement.